github.com/go-faster/jx.Decoder.consume (method)
11 uses
github.com/go-faster/jx (current package)
dec_arr.go#L38: if err := d.consume('['); err != nil {
dec_arr_iter.go#L17: if err := d.consume('['); err != nil {
dec_obj.go#L11: if err := d.consume('{'); err != nil {
dec_obj.go#L39: if err := d.consume(':'); err != nil {
dec_obj.go#L60: if err := d.consume(':'); err != nil {
dec_obj_iter.go#L17: if err := d.consume('{'); err != nil {
dec_obj_iter.go#L69: if err := dec.consume(':'); err != nil {
dec_read.go#L21: func (d *Decoder) consume(c byte) (err error) {
dec_skip.go#L397: if err := d.consume('"'); err != nil {
dec_skip.go#L403: if err := d.consume(':'); err != nil {
dec_str.go#L37: if err := d.consume('"'); err != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |